home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 December
/
PCWDEC06.iso
/
Software
/
Trial
/
Paint Shop Pro XI
/
Data1.cab
/
_338341CF9F324465A4445BE4BA2F1F7B
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-04
|
467 b
|
22 lines
from PSPApp import *
def ScriptProperties():
return {
'Author': u'',
'Copyright': u'',
'Description': u'',
'Host': u'Paint Shop Pro X',
'Host Version': u'10.00 Alpha 20050620.13'
}
def Preset_FillFlash():
return {
'Strength': 40,
'Saturation': 0
}
def Do(Environment):
# FillFlash_LOCALIZED
App.Do( Environment, 'FillFlash', Preset_FillFlash())